home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / Dec 89 / 0237-Deleting boxes in TC-Dec89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.1 KB  |  43 lines  |  [TEXT/GEOL]

  1. Item    2651908                         20-Dec-89        13:43
  2.  
  3. From:   D1282                           Power Up,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.         DAWSON.M                        Dawson, Mark
  7.  
  8. Sub:    Deleting boxes in TCluste
  9.  
  10. Attn:  MacApp.Tech$
  11. Attn: Dawson, Mark
  12. SentBy: James Plamondon
  13. Date   12/19/89
  14. Subject    Deleting boxes in TCluster
  15. From   James Plamondon
  16. To Dawson, Mark
  17. CC  MacApp.Tech$
  18.  
  19. Reply to:  Deleting boxes in TCluster
  20. Dear Mr. Dawson,
  21.  
  22. The quick and dirty solution is to have an empty string as the cluster title,
  23. and set the cluster's pen size to (0,0).  These changes can be made in the
  24. cluster's view resource, without writing a new class.
  25.  
  26. An alternative would be to write a new class, TInvisibleCluster, that
  27. sinherits from TCluster and overrides its Draw() method with an empty
  28. (do-nothing) routine.
  29.  
  30. I've used the first approach, and it has worked fine for me.  Hoping this is
  31. helpful, I am
  32.  
  33. Yours,
  34.  
  35. James Plamondon
  36. Software Engineer
  37. PowerUp! Software
  38. 2929 Campus Drive, Suite 300
  39. San Mateo, CA  94403
  40. (415) 345-5900 x351
  41. AppleLink: PowerUp.Eng
  42.  
  43.